Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update stashapp/stash docker tag to v0.27.2 #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

This PR contains the following updates:

Package Update Change
stashapp/stash (source) minor v0.25.1 -> v0.27.2

Release Notes

stashapp/stash (stashapp/stash)

v0.27.2

Compare Source

Release Notes

v0.27.2 - 2024-10-16

🎨 Improvements
  • Scene player now shows the starting position when resume time is set. (#​5379)
🐛 Bug fixes
  • Fixed items being selected twice when selecting items in the Grid list. (#​5377)
  • Fixed 62 migration error for some users. (#​5363)
  • Fixed scenes incorrectly autoplaying on queue selection. (#​5379)
  • Videos no longer begin playing when seeking before video has started. (#​5379)
  • Videos will now resume from the correct time when switching sources due to error. (#​5379)

v0.27.1

Compare Source

Release Notes
v0.27.1 - 2024-10-10
🎨 Improvements
  • Live transcode requests are now debounced to spawn fewer ffmpeg instances while scrubbing. (#​5340)
  • Blobs location may now be set using environment variable STASH_BLOBS. (#​5345)
🐛 Bug fixes
  • Fixed UI infinite loop when sorting by random without a seed in the URL. (#​5319)
  • Fixed dropdowns not displaying correctly in the merge dialogs. (#​5299)
  • For single URLs, link icon now shows the dropdown menu instead of navigating to the URL. (#​5310)
  • Fixed redirection when page > total pages to the last page instead of the first. (#​5321)
  • Fixed display of rating criterion when using decimal rating system. (#​5334)
  • Fixed parent/child Tags not showing in alphabetical order. (#​5320)
  • Fixed performance issue when viewing studios where system has many images with no studios. (#​5335)
  • Clicking on the video player timeline before video is started now plays the video from that point instead of playing from the beginning. (#​5340)
  • Fixed UI crash when front page has filters using legacy movies scene filter. (#​5348)
  • Restored legacy behaviour where selection is persisted when paging or changing filter. (#​5349)
  • Fixed UI crash when navigating to image without files. (#​5325)
  • Fixed panic when deleting image without files. (#​5328)
  • Fixed matched performer and studio links not including base URL in Tagger. (#​5337)

v0.27.0

Compare Source

Release Notes

v0.27.0 - 2024-09-23

💥 Note: The Movie concept has been renamed to Group.
💥 Note: Tagger settings have been reset, but are now persisted between browser sessions. Show male performers and Set Tags are now defaulted to true. Please verify your settings before using the Tagger.
✨ New Features
  • Movies have been renamed to Groups and now may contain orderable sub-groups with descriptions. (#​5105)
  • Added support for multiple URLs for Performers. (#​4958)
  • Added ability to set tags on Studios. (#​4858)
  • Added support for multiple URLs for Groups. (#​4900)
  • Added ability to set tags on Groups. (#​4969)
  • Added ability to set a specific image as a Gallery Cover. (#​5182)
  • Added support for setting default filter for all views. (#​4962)
  • Added preview scrubber to Gallery cards. (#​5133)
  • Added support for bulk-editing Tags. (#​4925)
  • Added filter to Scrapers menu. (#​5041)
  • Added ability to set the location of ssl certificate files. (#​4910)
  • Added option to rescan all files in the Scan task. (#​5254)
🎨 Improvements
  • Added button to view sub-studio/sub-tag content on Studio/Tag details pages. (#​5080)
  • Made tagger settings persistent. (#​5165)
  • Added birthdate and age to Performer select. (#​5076)
  • Made pagination control more compact. (#​4882)
  • Added filter and count badge to Scraper lists in the Metadata Providers page, and improved presentation. (#​5040)
  • Clicking Rescan on the details pages will now properly recalculate file details. (#​5043)
  • Added performer sorting options for career length, measurements and weight. (#​5129)
  • Added path column option to scene and gallery list tables. (#​5005)
  • Moved Reload scrapers option to top of Scrapers menus. (#​5142)
  • Added scene filter criterion for Scene Marker queries. (#​5097)
  • Scene Player now allows interacting with the controls before playing video, and errors no longer prevent interacting with the Scene Player. (#​5145)
🐛 Bug fixes
  • Fixed videos and images having incorrect dimensions when the orientation flag is set to a non-default value during scan. (#​5188, #​5189)
  • Fixed mp4 videos being incorrectly transcoded when the file has opus audio codec. (#​5030)
  • Fixed o-history being imported as view-history when importing from JSON. (#​5127)
  • Deleting a zip-based or folder-based Gallery and deleting the file/folder now removes files from the existing image if the image has multiple files, instead of removing the image. (#​5213)
  • Fixed Intel Quicksync hardware encoding support. (#​5069)
  • Fixed hardware transcoding not working correctly on macOS devices. (#​4945)
  • Fixed ffmpeg version detection for n- prefixed version numbers. (#​5102)
  • Anonymise now truncates o- and view history data. (#​5166)
  • Fixed issue where using mouse wheel on numeric input fields would scroll the window in addition to changing the value. (#​5199)
  • Fixed issue where some o-dates could not be deleted. (#​4971)
  • Fixed handling of symlink zip files. (#​5249)
  • Fixed default database backup directory being set to the config file directory instead of the database directory. (#​5250)
  • Added API key to DASH and HLS manifests. (#​5061)
  • Query field no longer focused when selecting items in the filter list on touch devices. (#​5204)
  • Fixed weird scrolling behaviour on Gallery detail page on smaller viewports (#​5205)
  • Performer popover links now correctly link to the applicable scenes/image/gallery query page instead of always going to scenes. (#​5195)
  • Fixed scene player source selector appearing behind the player controls. (#​5229)
  • Fixed red/green/blue slider values in the Scene Filter panel. (#​5221)
  • Play button no longer appears on file-less Scenes. (#​5141)
  • Fixed transgender icon colouring. (#​5090)
  • Refreshed built in freeones scraper. (#​5171)
Plugin API changes
  • PluginAPI.patch.instead now allows for multiple plugins to hook into a single function. (#​5125)

v0.26.2

Compare Source

Release Notes

v0.26.2 - 2024-06-27

🐛 Bug fixes
  • Fixed issue where performer could not be created without disambiguation if a performer with the same name and populated disambiguation exists. (#​5019)
  • Fix resize loop in grid views. (#​5004)
  • Fix query field values duplicating in tagger view when scene list is updated. (#​5000)
  • Fix identify clearing parent studio when merging studio field. (#​4993)
  • Fix manually selected studio not being applied during scrape. (#​4953)

v0.26.1

Compare Source

Release Notes

v0.26.1 - 2024-06-10

🐛 Bug fixes
  • Fixed identify task defaults not displaying correctly. (#​4931)
  • Fixed issue where full hardware transcoding did not work where a filter was not required. (#​4934)
  • Fixed new performer tags not displaying correctly in the performer scrape dialog. (#​4943)
  • Added missing console object in javascript runtime environment. (#​4944)

v0.26.0

Compare Source

Release Notes

v0.26.0 - 2024-06-03

💥 Note: The Enable Scene Play History setting has been set to true for existing systems. This setting enables play counts and resuming scenes from where they were previously played. If you do not want this enabled, please disable it explicitly in Settings -> Interface -> Scene Player -> Enable Scene Play History.
✨ New Features
  • Added support for favorite Tags and Studios. (#​4728, #​4675)
  • Added filtering of scenes by galleries, bitrate and last played time. (#​4632, #​4713, #​4829)
  • Added support for sorting Performers by Last O At, Last Played At, and Play Count. (#​4649)
  • Added filtering of Performers by Play Count. (#​4649)
  • Added support for configuring the DLNA port. (#​4836)
  • Add support for filtering galleries by related scenes. (#​4840)
  • FFMpeg and FFProbe paths can now be set in Settings -> System, and can also be downloaded from this screen. (#​4688)
🎨 Improvements
  • Scan, Generate and Auto Tag options are now saved as they are changed. (#​4591)
  • Made migration an asynchronous task. No more time outs during the migration process. (#​4666)
  • FFMpeg is now downloaded using a task rather than automatically during setup. (#​4688)
  • Moved the details toolbar in Scene, Image and Gallery pages to above the tabs, moved rating control to the toolbar, and added other details. (#​4714)
  • Improved Scene, Movie and Gallery select controls. (#​4832, #​4851)
  • When enabled, full hardware transcoding is used where possible. (#​4765)
  • Made directors and photographers clickable links in detail view (#​4621)
  • Redundant filter pills are no longer shown on filter sub-views. (#​4705)
  • Enforce whitelist for sort values (CVE-2024-32231). (#​4865)
  • Changed umask when creating config file to exclude user write (CVE-2024-32233) (#​4866)
🐛 Bug fixes
  • Fix selected tagger search result being lost when creating objects. (#​4715)
  • Fixed error when adding performer with duplicate aliases using the performer tagger. (#​4801)
  • Fixed interactive speed being lost when file is moved. (#​4799)
  • Fixed missing studio selector in movie scrape dialog. (#​4692)
  • Fixed values being reset when changing mode in bulk edit dialog. (#​4854)
  • Fixed python not being resolved correctly if not in path. (#​4864)
  • Fixed scraped tag exclusions not applying to galleries and performers (#​4872)
  • Fixed UI not loading on Safari 12. (#​4874)
  • Include director field when adding movies from the scene scrape dialog. (#​4757)
  • Fixed detail items not wrapping correctly. (#​4730)
  • Fixed duplicate scene checker selection logic. (#​4800)
  • Fixed video streams being reencoded unnecessarily. (#​4783)
  • Improved support for Samsung SmartTV for built-in DLNA server (#​4784)
  • Fixed incorrect status code for ErrUnauthorized errors. (#​4842)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from irish1986 as a code owner June 3, 2024 07:43
@renovate renovate bot changed the title chore(deps): update stashapp/stash docker tag to v0.26.0 chore(deps): update stashapp/stash docker tag to v0.26.1 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/stashapp-stash-0.x branch from 67199b4 to 0299ee0 Compare June 10, 2024 04:08
@renovate renovate bot changed the title chore(deps): update stashapp/stash docker tag to v0.26.1 chore(deps): update stashapp/stash docker tag to v0.26.2 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/stashapp-stash-0.x branch from 0299ee0 to f44e05f Compare June 27, 2024 01:17
@renovate renovate bot changed the title chore(deps): update stashapp/stash docker tag to v0.26.2 chore(deps): update stashapp/stash docker tag to v0.27.0 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/stashapp-stash-0.x branch from f44e05f to 1e0381a Compare September 23, 2024 05:18
@renovate renovate bot changed the title chore(deps): update stashapp/stash docker tag to v0.27.0 chore(deps): update stashapp/stash docker tag to v0.27.1 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/stashapp-stash-0.x branch from 1e0381a to 6542884 Compare October 10, 2024 06:52
@renovate renovate bot changed the title chore(deps): update stashapp/stash docker tag to v0.27.1 chore(deps): update stashapp/stash docker tag to v0.27.2 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/stashapp-stash-0.x branch from 6542884 to 9c117d2 Compare October 16, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants